home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / stdafx.h6 < prev    next >
Encoding:
Text File  |  2001-09-22  |  1.9 KB  |  54 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // stdafx.h : include file for standard system include files,
  12. //  or project specific include files that are used frequently, but
  13. //      are changed infrequently
  14. //
  15.  
  16. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  17.  
  18. #include <afxwin.h>         // MFC core and standard components
  19. #include <afxext.h>         // MFC extensions
  20.  
  21. #ifndef _AFX_NO_OLE_SUPPORT
  22. #include <afxole.h>         // MFC OLE classes
  23. #include <afxodlgs.h>       // MFC OLE dialog classes
  24. #include <afxdisp.h>        // MFC OLE automation classes
  25. #endif // _AFX_NO_OLE_SUPPORT
  26.  
  27.  
  28. #ifndef _AFX_NO_DB_SUPPORT
  29. #include <afxdb.h>            // MFC ODBC database classes
  30. #endif // _AFX_NO_DB_SUPPORT
  31.  
  32. #ifndef _AFX_NO_DAO_SUPPORT
  33. #include <afxdao.h>            // MFC DAO database classes
  34. #endif // _AFX_NO_DAO_SUPPORT
  35.  
  36. #ifndef _AFX_NO_AFXCMN_SUPPORT
  37. #include <afxcmn.h>            // MFC support for Windows Common Controls
  38. #endif // _AFX_NO_AFXCMN_SUPPORT
  39.  
  40.  
  41. // DUAL_SUPPORT_START
  42. //   add our dual interface definitions
  43. #include "filterserver.h"
  44.  
  45. //   pick up the definition of AfxOleRegisterTypeLib
  46. #include <afxctl.h>
  47.  
  48. //   include our macros to simplify dual interface support
  49. #include "mfcdual.h"
  50. // DUAL_SUPPORT_END
  51.  
  52. #include "Imsigx.h"   // TurboCAD interfaces
  53.  
  54.